Welcome![Sign In][Sign Up]
Location:
Search - opengl bmp

Search list

[OpenGL programGLbmp

Description: 这是一个VC环境下用MFC和openGL编写的bmp左右眼图片查看器-This is a VC environment with MFC and openGL prepared by the bmp eyes around Photo Viewer
Platform: | Size: 2192384 | Author: | Hits:

[OpenGL programOpenglexam1

Description: 一个在opengl下显示灰度bmp位图文件的程序,用VC++ 编写而成。很简单,适合初学者使用。-an opengl shown in gray bmp bitmap documentation procedures, prepared by VC. Very simple, suitable for beginners.
Platform: | Size: 2055168 | Author: yu | Hits:

[OpenGL program3d

Description: VC++编写的程序,可以从硬盘中读取一幅BMP图像并显示出来,还可以用OPENGL进行三维显示-VC prepared by the procedure could read from the hard disk and a BMP image is displayed, You may also use OpenGL for 3D Display
Platform: | Size: 36864 | Author: 王立波 | Hits:

[OpenGL programLoadBmpToOpengl

Description: 可以将一个位图文件导入到OPENGL场景中,提供一个类,做了接口函数,很方便,可以进行纹理贴图勒-Can be a bitmap file into OPENGL scene to provide a category, make the interface function, it is convenient and can be carried out texture mapping Le
Platform: | Size: 1770496 | Author: 付一洲 | Hits:

[OpenGL programglut

Description: gult库,openGL必需的dll和.h文件。具有强大的二维图形功能。-gult library, openGL necessary dll and. h file. A powerful two-dimensional graphics capabilities.
Platform: | Size: 104448 | Author: keke | Hits:

[OpenGL programchen2

Description: 立方体的显示、旋转并且可以在立方体上贴上图片等bmp文件-Display cube, rotate cube and can be put in the picture, such as bmp file
Platform: | Size: 4262912 | Author: 王保庆 | Hits:

[OpenGL programImageCapture

Description: 在OpenGL环境下,保存窗口客户区的绘制内容为24位BMP位图(可以选择保存位图的大小);保存8位位图的函数框架也已经搭好。-In OpenGL environment, the preservation of the window client area for drawing the contents of 24 BMP bitmap (you can choose to save the size of the bitmap) save bitmap 8 has also been a function of the framework搭好.
Platform: | Size: 2048 | Author: wuxiaodi195 | Hits:

[OpenGL program17Text

Description: 在Opengles中 加载纹理 只是举了个 加载.bmp的例子-Loaded in Opengles just trying to give a texture to load. Bmp example
Platform: | Size: 29696 | Author: qq | Hits:

[OpenGL programgl_3ds_loader

Description: 这是一个opengl下的3ds文件loader。 导入的3ds object 可以用jpeg或者bmp文件作为贴图。 This program loads a 3ds-file with jpeg or bmp texture. Make a model with texture in 3D Studio Max or similar and export it as a 3ds-file. Remember to use the top view in 3D studio as your front view.-This is a opengl under 3ds file loader. Import 3ds object can be used as a jpeg or bmp file mapping. This program loads a 3ds-file with jpeg or bmp texture.Make a model with texture in 3D Studio Max or similar and exportit as a 3ds-file. Remember to use the top view in 3D studio asyour front view.
Platform: | Size: 2982912 | Author: charles | Hits:

[OpenGL programOPENGLTG_demo

Description: 根据bmp图片,来用opengl生成3维地形-According to bmp image to use opengl to generate 3-dimensional topography
Platform: | Size: 120832 | Author: 理会 | Hits:

[OpenGL programOpenGl_BMP

Description: OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。-OpenGL How to read bmp file, and the window of the map stored as bmp files.
Platform: | Size: 637952 | Author: ajiax | Hits:

[OpenGL programOpenGL_redbook

Description: 一本详细介绍OpenGL的书籍《OpenGL编程指南》-A detailed introduction OpenGL book
Platform: | Size: 31366144 | Author: 务实者 | Hits:

[Graph Drawing53607915SeaAndSky

Description: 一个在opengl下显示灰度bmp位图文件的程序,用VC++ 编写而成。很简单,适合初学者使用。-an opengl shown in gray bmp bitmap documentation procedures, prepared by VC. Very simple, suitable for beginners-Opengl shown in grayscale bitmap bmp files, use VC++ Prepared. Very simple, suitable for beginners to use.-an opengl shown in gray bmp bitmap documentation procedures, prepared by VC. Very simple, suitable for beginners
Platform: | Size: 138240 | Author: zhang | Hits:

[2D Graphic2D3DPro

Description: 图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。-First, to obtain images bmp image files, and the other is from the clipboard. The code in the MFC library functions in the OpenGL calls to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness for the three-dimensional space, respectively, x, z, y coordinates.
Platform: | Size: 106496 | Author: guiyangyang | Hits:

[3D GraphicThreeDBMP

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和 DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-I need to in order to image processing and would like to achieve the two-dimensional images of three-dimensional display, so to write this code, and hope that readers who are interested in this share. Bmp image to obtain one image file, two are from the clipboard. The MFC code to call OpenGL library functions to achieve the two-dimensional images of three-dimensional display, the image width, height, and pixel brightness were three-dimensional space, x, z, y coordinates. Main initialization procedure, mapping, resource release and operation of some of these features implemented in the OGL_MFCView.cpp file.
Platform: | Size: 107520 | Author: arechi | Hits:

[OpenGL programtex

Description: OpenGL实现纹理 加载三种图片格式 BMP/JPEG/TGA-OpenGL texture loading to achieve three kinds of image format BMP/JPEG/TGA
Platform: | Size: 306176 | Author: | Hits:

[GDI-BitmapSaveBMP

Description: 利用OpenGL像素处理函数,保存BMP文件到本地,截图方便-The use of OpenGL pixel processing functions, save the BMP file to the local, convenient screenshot
Platform: | Size: 1024 | Author: wudefu | Hits:

[Graph programNakamiteOpenGlLimpo

Description: OpenGL Test with Background Bmp
Platform: | Size: 3086336 | Author: Phael Moraes | Hits:

[Otheropengl-all

Description: opengl bmp dll load bmp application
Platform: | Size: 7799808 | Author: jiangzhaoguo | Hits:

[OpenGL programbmp-width

Description: 在OpenGL环境下,读取图像的宽度和高度,编译环境为vs2013-OpenGL bmp
Platform: | Size: 6639616 | Author: 七天 | Hits:
« 1 23 4 5 6 7 8 »

CodeBus www.codebus.net